dvb_store_entry_prop

@brief Stores a key/value pair on a DVB file entry @ingroup file

@param entry entry to be filled @param cmd key for the property to be used. It be one of the DVBv5 properties, plus the libdvbv5 ones, as defined at dvb-v5-std.h @param value value for the property.

This function seeks for a property with the name specified by cmd and fills it with value. If the entry doesn't exist, it creates a new key.

@return Returns 0 if success, or, if the entry has already DTV_MAX_COMMAND properties, it returns -1.

extern (C)
int
dvb_store_entry_prop
(,
uint cmd
,
uint value
)

Meta